Adwaita: Theme calendar day names differently
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Aug 2015 02:59:55 +0000 (22:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Aug 2015 02:59:55 +0000 (22:59 -0400)
Just to show how its done. This will need some tweaks.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css

index b821895ea68ee80394910dda77ac627e4f4a260d..e9851895fa64c8649bd96436bc0bb59799f8b401 100644 (file)
@@ -2747,8 +2747,11 @@ GtkCalendar {
     }
   }
 
-  &:inconsistent, &:inconsistent:backdrop,
-  &.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); }
+  &:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); }
+  &.highlight, &.highlight:backdrop {
+    color: $fg_color;
+    background: $borders_color;
+  }
 
 
   &:backdrop {
index ac7beec320d0b1a92730d7635f8a42123324e520..3723ba153a6ac9fba56037a0127e7b8f099a6b4a 100644 (file)
@@ -3685,8 +3685,11 @@ GtkCalendar {
     GtkCalendar.button:insensitive, .header-bar GtkCalendar.button.titlebutton:insensitive,
     .titlebar GtkCalendar.button.titlebutton:insensitive {
       color: rgba(147, 150, 149, 0.45); }
-  GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop, GtkCalendar.highlight, GtkCalendar.highlight:backdrop {
+  GtkCalendar:inconsistent, GtkCalendar:inconsistent:backdrop {
     color: alpha(currentColor,0.55); }
+  GtkCalendar.highlight, GtkCalendar.highlight:backdrop {
+    color: #eeeeec;
+    background: #1c1f1f; }
   GtkCalendar:backdrop {
     color: #d4d4d4;
     border-color: #1e2222; }